pp108 : Fields on the Business Object Lifecycle Tab

Fields on the Business Object Lifecycle Tab

This topic describes the fields on the Business Object Lifecycle tab that appears when you select the Business Object Lifecycle check box while creating a hub data entity.


Field Name

Description

State Model

Click to specify a state model that were already created. For information on designing state models, refer to Designing a State Model.

State Instance Table Name

Specify a database table name that saves details of state changes for a business object.

Event Triggers

Select the trigger type that you have specified while Designing a State Model:

  • Insert Trigger: When a record at Spoke entity is inserted, it enters the first state of the State Engine. If this record already exists in the State Engine, specify the event name using which this record moves to another state of the State Model from the current state.
  • Update Trigger: When a record at Spoke entity is updated, specify the event name using which this record moves to another state of the State Model from the current state. If this record does not exist in the State Engine, then it enters the first state of the State Model.
  • Delete Trigger: When a record at Spoke entity is deleted, specify the event name using which this record moves to another state of the State Model from the current state. If this record does not exist in the State Engine, then it enters the first state of the State Model.

Enable Registry

Select the Enable Registry check box to enable registry. The following fields appear on selecting the check box:

  • Registry Table Name: Specify a name for the database table where the registry details will be stored.
  • ID Generator: Click , next to ID Generator. The Select a sequence generator dialog box appears. Select the relevant Sequence Generator that is already created. The Sequence Generator dialog box appears if you have selected a default Sequence Generator. For information on the fields on the Sequence Generator, refer to Fields on Sequence Generator Properties Interface. If you have selected a customized Sequence Generator, the property sheet appears with the properties that you have specified. You may edit the properties, if you want.

Enable Data Quality

Select the Enable Data Quality check box to enable data quality. The Data Quality tab along with the following fields appear on selecting the check box:

  • Select a Data Quality Plan: You may select the Data Quality Plan that is already created or create a new data Quality Plan.
    • Select a data quality plan if you have to configure a hub entity to make use of a third party data quality management tool and if you have to integrate the third party data quality management tool with Cordys MDM.
  • Select a State Model for Match Object Life Cycle : Select a state model using . Select the state model for the candidate object's life cycle, if the selected data quality plan has a Match operation defined and if it returns a set of candidate objects as a response to this operation. Each of the candidate object undergoes the life cycle of the selected state model.
  • Candidate Table for Match : Type the table name that saves details of the candidate object changes for a business object.